colorConvert

Inverts the colors in this view. Useful for accessibility or visual emphasis.

Type

1colorConvert?: boolean

Example

1<Image
2  colorConvert={true}
3  imageUrl="https://example.com/imgs/example.jpg"
4/>